func github.com/vmihailenco/msgpack/v5.encodeUint32CondValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L222: func encodeUint32CondValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L23: 		reflect.Uint32:        encodeUint32CondValue,